home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Status Bar Banner 3.sd < prev    next >
INI File  |  2006-09-13  |  1KB  |  54 lines

  1. [SUBJECT]
  2. Description=Displays a scrolling text banner on the status bar - 3rd variant
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var msgBan6, msgBan6b, string6 = "", stringPart6, delayBan6, ban6;
  11. ;msgBan6="`message`"; 
  12. ;function banniere6() {
  13. ;  delayBan6 = `delay`;
  14. ;  if (string6.length == 0) {
  15. ;    string6 = " ";
  16. ;    msgBan6b = msgBan6;
  17. ;    stringPart6 = "";
  18. ;  }
  19. ;  else if (string6.length == 1) {
  20. ;    while (msgBan6b.substring(0, 1) == " ") {
  21. ;      stringPart6 = stringPart6 + string6;
  22. ;      string6 = msgBan6b.substring(0, 1);
  23. ;      msgBan6b = msgBan6b.substring(1, msgBan6b.length);
  24. ;    }
  25. ;    stringPart6 = stringPart6 + string6;
  26. ;    string6 = msgBan6b.substring(0, 1);
  27. ;    msgBan6b = msgBan6b.substring(1, msgBan6b.length);
  28. ;  }
  29. ;  else string6 = string6.substring(10, string6.length);
  30. ;
  31. ;  window.status = stringPart6 + string6;
  32. ;  ban6 = window.setTimeout('banniere6(delayBan6)',delayBan6);
  33. ;}
  34. ;// end script -->
  35. ;</script>
  36. ;
  37.  
  38. [BODY_TAG]
  39. ;onLoad="banniere6();" onUnload="clearTimeout(ban6)"
  40.  
  41. [BODY_TEXT]
  42.  
  43.  
  44. [`message`]
  45. Kind=S
  46. Value=This text is the preview of your result.
  47.  
  48.  
  49. [`delay`]
  50. Kind=N
  51. Value=100
  52.  
  53.  
  54.